const runtime._GCoff
17 uses
runtime (current package)
arena.go#L774: if gcphase != _GCoff {
arena.go#L960: if gcphase == _GCoff {
mfinal.go#L98: if gcphase != _GCoff {
mgc.go#L241: _GCoff = iota // GC not running; sweeping in background, write barrier disabled
mgc.go#L603: if !memstats.enablegc || panicking.Load() != 0 || gcphase != _GCoff {
mgc.go#L1069: setGCPhase(_GCoff)
mgc.go#L1085: if gcphase != _GCoff {
mgc.go#L1680: if gcphase != _GCoff {
mgcpacer.go#L1442: if gcphase != _GCoff {
mgcwork.go#L471: if gcphase != _GCoff || work.wbufSpans.free.isEmpty() {
mheap.go#L1992: if gcphase != _GCoff {
mheap.go#L2056: if gcphase != _GCoff {
mheap.go#L2154: if gcphase != _GCoff {
mheap.go#L2224: if gcphase != _GCoff {
proc.go#L5691: if gcphase != _GCoff {
stack.go#L244: if gcphase == _GCoff && s.allocCount == 0 {
stack.go#L508: if gcphase == _GCoff {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)